home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 October / Macworld (1998-10).dmg / Serious Demos / Morpha / 3DO.DXR / 00068_output.ls < prev    next >
Encoding:
Text File  |  1998-07-31  |  207 b   |  11 lines

  1. on mouseUp
  2.   global ate
  3.   set ate to ate + 1
  4.   if ate < 33 then
  5.     put line ate of field "mess" into line 1 of field "output"
  6.   else
  7.     put EMPTY into line 1 of field "output"
  8.   end if
  9.   updateStage()
  10. end
  11.